Conversation
|
@scheibelp |
scheibelp
left a comment
There was a problem hiding this comment.
I think this was just missing the MpiOnlyExperiment logic added in ce3ffb6#diff-9607e034d65374d4f8618d80af3e2d5033d973bdf09932cb07b5981232425232 - all the dry runs pass now.
I think someone other than me has to approve because I submitted the latest commits to this PR @slabasan, but I am adding an approving review to say the other parts look good to me.
|
@scheibelp Does sparta need to provide an |
|
It appears to be necessary based on the logic added by ce3ffb6 but @michaelmckinsey1 am I missing a way for a package that always uses mpi to avoid this? |
@scheibelp All programming models run with MPI, but to run only with MPI the experiment must inherit from |
|
I think what @rfhaque is saying is that it would never make sense to @michaelmckinsey1 I think that means that if an I was thinking perhaps https://github.com/LLNL/benchpark/blob/develop/.github/utils/dryruns.py was dispatching the wrong call, but it seems like it was generating the appropriate Is it your opinion such experiments should have an |
|
The |
slabasan
left a comment
There was a problem hiding this comment.
LGTM, but waiting on the package.py to be updated upstream?
|
This PR raised some confusion about the Inheriting from |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #462 +/- ##
===========================================
+ Coverage 63.25% 63.37% +0.11%
===========================================
Files 45 45
Lines 3410 3410
Branches 261 261
===========================================
+ Hits 2157 2161 +4
+ Misses 1244 1240 -4
Partials 9 9 🚀 New features to boost your workflow:
|
Description
Adding a specification of Branson https://lanl.github.io/benchmarks/01_branson/branson.html.
We should work with @gshipman and @alexrlongne to make progress on incorporating Branson.
application.pyand (maybe)package.pyunder a new directory for this benchmarkexperiment.pyexec_mode=testandexec_mode=perfexperimentpackage.pyonce the source PR Update cmake script lanl/branson#53 is merged